A simple wysiwyg / rich text editor built with Lexical and React. I built this demo project for my blog post on how to use Lexical. Feel free to browse, fork, and clone this repository.
📌 Live Demo: lexical-rich-text-react-demo.vercel.app
📌 Blog Post: How To Build A Text Editor With Lexical and React
FeaturesFloating Menu Format selected text easilyMarkdown Support Use Markdown syntax, such as ##Local Storage Persist your content locallyHistory Undo/Redo changes with just a clickNote: The feature set is far from complete. It should only show how to approach most common text editing features.
Installationgit clone https://github.com/konstantinmuenster/lexical-rich-text-react-demo.gitcd lexical-rich-text-react-demopnpm install # or npm installpnpm run dev # or npm run devAboutKonstantin Münster – konstantin.digital
Distributed under the MIT license.See LICENSE for more information.
https://github.com/konstantinmuenster